home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 1.iso / pc / data / profile.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1998-04-27  |  189 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global retlabel
  8.   set retlabel to "zoom2"
  9.   set the visible of sprite 58 to 0
  10.   updateStage()
  11.   go("owari")
  12.   exit
  13. end
  14.